github.com/klauspost/compress/zstd.fseEncoder.maxBits (field)
8 uses
github.com/klauspost/compress/zstd (current package)
fse_encoder.go#L34: maxBits uint8 // Maximum output bits after transform.
fse_encoder.go#L232: s.maxBits = s.rleVal
fse_encoder.go#L235: s.maxBits = transform[s.rleVal]
fse_encoder.go#L236: s.ct.symbolTT[s.rleVal].outBits = s.maxBits
fse_encoder.go#L243: s.maxBits = uint8(s.symbolLen - 1)
fse_encoder.go#L246: s.maxBits = 0
fse_encoder.go#L249: if v > s.maxBits {
fse_encoder.go#L251: s.maxBits = v
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |